home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcc / v04n12 / windoc.exe / ACTIONS.FRM (.txt) < prev    next >
Visual Basic Form  |  1991-10-31  |  3KB  |  62 lines

  1. Actions
  2.   Tools     
  3. Form1
  4. Command4
  5. Text1
  6. Text1
  7. Command1
  8. &Open
  9. Command3
  10. &Print
  11. Command6
  12. &Delete
  13. Command1_Click
  14. opendoc
  15. Command1_DragDrop
  16. Source
  17. Command3_Click
  18.     printfile
  19. Command3_DragDrop
  20. command6_click
  21. DeleteFileQ
  22. Command6_DragDrop
  23. Command4_Click
  24. newfile
  25.     Form_Load$
  26. actions
  27. width
  28. Command6_KeyUp
  29. Keycode
  30. Shift
  31. PassKeys
  32. Command4_KeyUp
  33. Command3_KeyUp
  34. Command1_KeyUp
  35. newactions
  36. OpenDM
  37.     ShiftDown
  38. SHIFT_MASK
  39. AltDown
  40. ALT_MASK
  41. CtrlDown
  42.     CTRL_MASK
  43. SendString
  44. Command1_Click
  45. Command1_DragDrop
  46. Command3_Click
  47. Command3_DragDrop
  48. command6_click
  49. Command6_DragDrop
  50. Command4_Click
  51. Form_Load
  52. Command6_KeyUp
  53. Command4_KeyUp
  54. Command3_KeyUp
  55. Command1_KeyUp
  56. PassKeys
  57.    If Shift_MASK > 0 And Keycode > 0 Then)
  58.    If Shift = 1 Then SendKeys "+" + Chr$(Keycode)x
  59.    If Shift = 2 Then SendKeys "^" + Chr$(Keycode)x
  60.    If Shift = 4 Then SendKeys "%" + Chr$(Keycode)x
  61.    End Iff
  62.